CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - convolutional encoder

搜索资源列表

  1. 1

    0下载:
  2. 用于卷积码编码,实现输入二进制数据流进行编码-For the convolutional code encoder, the input binary data stream to be encoded
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:5120
    • 提供者:张祺文
  1. convolution-code

    0下载:
  2. The encoder and decoder of convolutional code
  3. 所属分类:Voice Compress

    • 发布日期:2017-11-17
    • 文件大小:559977
    • 提供者:
  1. turbo

    2下载:
  2. 主要是Turbo码的编码和译码,可以选择信噪比、 译码算法 还有图显示 可以直接使用 代码没有问题-This scr ipt simulates the classical turbo encoding-decoding system.It simulates parallel concatenated convolutional codes.Two component rate 1/2 RSC (Recursive Systematic Convolutional) component enc
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:1797523
    • 提供者:韩东
  1. convolutional_codes

    0下载:
  2. The source code simulating the encoder and decoder of a rate 1/2 systematic convolutional code using the Maximum Likelihood Viterbi algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:3913
    • 提供者:tsaga
  1. conv_encode

    0下载:
  2. 本设计是一个基于FPGA的咬尾卷积码编码器设计,要求使用verilog语言编写编码器模块,通过编译和综合,并通过matlab和modelsim仿真对比验证设计结果。-The design is an FPGA-based tail-biting convolutional code encoder design requires the use verilog language encoder module, through compilation and synthesis, and by c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-12
    • 文件大小:19602872
    • 提供者:郭婷
  1. conv_encoder

    0下载:
  2. (2,1,7)卷积码编码器 能设置初始状态和生成多项式的系数-(2,1,7) convolutional code encoder can set the initial state and the generator polynomial coefficients
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-24
    • 文件大小:500349
    • 提供者:wangjinchao
  1. conv_encoder

    0下载:
  2. TD-LTE中(3.1.7)咬尾卷积码编码器verilog代码-Tail-biting convolutional code encoder verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:601
    • 提供者:杨总
  1. tcm_enc

    0下载:
  2. 用Verilog实现(2,1,2)卷积码和8—PSk调制相结合的TCM编码器-Using Verilog realize (2,1,2) convolutional code and 8-PSk modulation encoder combination of TCM
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:574
    • 提供者:程星
  1. www

    0下载:
  2. 卷积码编码器卷积码是1955年由Elias等人提出的,是一种非常有前途的编码方法 一些资料上可以找到关于分组码的一些介绍-Convolutional code encoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1154
    • 提供者:魏建平
  1. ce-vd-ppt

    0下载:
  2. covolutional encoder viterbi decoding ce vd convolutional encoding
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:582696
    • 提供者:anju
  1. convolution-codeadecode

    0下载:
  2. 改程序包含通信系统中卷积码编码器,维特比硬译码子程序和维特比软译码子程序-Reform program includes communication system convolutional code encoder, Viterbi decoding routines hard and soft Viterbi decoding routines
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6046
    • 提供者:李白
  1. Convolution-code

    0下载:
  2. 通信当中广泛使用的卷积码,文件包括编码器,译码器以及测试的三个主程序。经测试可用。-Convolutional code communication among widely used, the file includes an encoder, a decoder and a testing of the three main program. After testing is available.
  3. 所属分类:3G develop

    • 发布日期:2017-04-14
    • 文件大小:3247
    • 提供者:刘志刚
  1. A-fast-algorithm-for-computing-BER

    0下载:
  2. A fast algorithm for computing BER of convolutional codes encoder
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:305301
    • 提供者:ashish sharma
  1. DeepLearnToolbox-master

    2下载:
  2. 这是深度学习的常用工具箱,里面包括常用的自动编码器、卷积神经网络和深度置信网络的函数- This is a common toolbox depth study, which includes functions commonly used automatic encoder, convolutional neural network and depth of belief networks
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:29469251
    • 提供者:liming
  1. verilog-juanjima

    1下载:
  2. 卷积码是一种重要的前向纠错信道编码方式,其纠错性能常常优于分组码,且(2,1,7)卷积码已应用于现代卫星通信系统中。Viterbi译码算法能最大限度地发挥卷积码的优异性能。这里采用Verilog  HDL语言设计出(2,1,7)卷积码的编码器模块和基于Viterbi算法的译码器模块,译码器采用全并行结构,译码速度快-Convolutional code is an important forward error correction channel coding method, and
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:10240
    • 提供者:邓博于、
  1. mimo_ofdm

    0下载:
  2. 基于OFDM系统802.11MATLAB仿真程序 main为主函数,mod2-add为莫2加,channel为信道,encoder为卷积码编码,decoder为维特比译码,receiver为接收端-OFDM system based on 802.11MATLAB simulation program Main based function, mod2-add 2 plus, channel for the channel, encoder for the convolutional
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:185894
    • 提供者:wang
  1. Conv_enc_215

    0下载:
  2. (2,1,5)卷积码编码器,目前网上还没有,有需要的可以下载-(2,1,5) convolutional code encoder, the current network has not, there is a need to download to see
  3. 所属分类:Compiler program

    • 发布日期:2017-12-11
    • 文件大小:562
    • 提供者:ycl
  1. 卷积码的编码和VB译码

    4下载:
  2. 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.
  3. 所属分类:通讯编程

    • 发布日期:2018-01-03
    • 文件大小:5120
    • 提供者:semperqaq
« 1 2 3 4 5 6»
搜珍网 www.dssz.com